display: Add new virtual gdk_display_get_startup_notification_id() method.
authorMario Sanchez Prada <msanchez@gnome.org>
Mon, 4 Jun 2018 16:27:36 +0000 (17:27 +0100)
committerMario Sanchez Prada <msanchez@gnome.org>
Mon, 11 Jun 2018 15:28:24 +0000 (16:28 +0100)
commit938448e0efb99b8f4144d9df817643fc28adb687
tree0a79bd888d009f5064d9806a954dcaf1b3bdf266
parentef3427575fe49c19f35defd292d647c0792e2fc4
display: Add new virtual gdk_display_get_startup_notification_id() method.

Includes implementation for Wayland and X11, which are the only backends
implementing the Startup Notification Protocol, returns NULL otherwise.

https://gitlab.gnome.org/GNOME/gtk/issues/1084
gdk/gdkdisplay.c
gdk/gdkdisplay.h
gdk/gdkdisplayprivate.h
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkwaylanddisplay.h
gdk/x11/gdkdisplay-x11.c